home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / S'informer / Copernic Desktop Search / copernicdesktopsearchfr.exe / $R0 / 0 / RCDATA / TOPTIONSTABFRM / TOPTIONSTABFRM.txt
Text File  |  2006-05-31  |  2KB  |  84 lines

  1. object OptionsTabFrm: TOptionsTabFrm
  2.   Left = 248
  3.   Top = 14
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options'
  7.   ClientHeight = 336
  8.   ClientWidth = 438
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnHide = FormHide
  21.   OnKeyDown = FormKeyDown
  22.   OnShow = FormShow
  23.   DesignSize = (
  24.     438
  25.     336)
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object OkBtn: TButton
  29.     Left = 273
  30.     Top = 304
  31.     Width = 75
  32.     Height = 23
  33.     Anchors = [akRight, akBottom]
  34.     Caption = 'OK'
  35.     Default = True
  36.     TabOrder = 0
  37.     OnClick = OkBtnClick
  38.   end
  39.   object CancelBtn: TButton
  40.     Left = 353
  41.     Top = 304
  42.     Width = 75
  43.     Height = 23
  44.     Anchors = [akRight, akBottom]
  45.     Cancel = True
  46.     Caption = 'Cancel'
  47.     ModalResult = 3
  48.     TabOrder = 1
  49.   end
  50.   object MainTabControl: TTabControl
  51.     Left = 10
  52.     Top = 10
  53.     Width = 420
  54.     Height = 285
  55.     Anchors = [akLeft, akTop, akRight, akBottom]
  56.     MultiLine = True
  57.     TabOrder = 2
  58.     OnChange = MainTabControlChange
  59.     object Panel1: TPanel
  60.       Left = 4
  61.       Top = 6
  62.       Width = 412
  63.       Height = 275
  64.       Align = alClient
  65.       BevelOuter = bvNone
  66.       ParentColor = True
  67.       TabOrder = 0
  68.       DesignSize = (
  69.         412
  70.         275)
  71.       object OptionPanel: TPanel
  72.         Left = 10
  73.         Top = 10
  74.         Width = 394
  75.         Height = 258
  76.         Anchors = [akLeft, akTop, akRight, akBottom]
  77.         BevelOuter = bvNone
  78.         ParentColor = True
  79.         TabOrder = 0
  80.       end
  81.     end
  82.   end
  83. end
  84.